home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / procssng / ccs / ccs-11tl.lha / lbl / hips / sources / 3d-tools / 3dmasks / mask337 < prev    next >
Encoding:
Text File  |  1991-02-21  |  300 b   |  36 lines

  1. "Sobel (3x3x3 -- 3sets -- x -90 y -90)    product"
  2. 3 3 7
  3. 3
  4. -1    1    0    -1
  5.     2    0    -2
  6.     1    0    -1
  7.  
  8. 0    2    0    -2
  9.     4    0    -4
  10.     2    0    -2
  11.  
  12. 1    1    0    -1
  13.     2    0    -2
  14.     1    0    -1
  15. 3
  16. -1     1     2     1
  17.      0     0     0
  18.     -1    -2    -1
  19.  
  20. 0     2     4     2
  21.      0     0     0
  22.     -2    -4    -2
  23.  
  24. 1     1     2     1
  25.      0     0     0
  26.     -1    -2    -1
  27.  
  28. 2
  29. -1    -1     -2     -1
  30.     -2     -4    -2
  31.     -1     -2     -1
  32.  
  33. 1    1     2     1
  34.     2     4     2
  35.     1    2     1
  36.